home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / flashop.dir / 00130_Script_up flash2 < prev    next >
Text File  |  2000-10-18  |  248b  |  14 lines

  1. on mouseEnter me    
  2.   cursor 3
  3. end
  4.  
  5. on mouseDown me
  6.   set the member of sprite (5) to member "5flREF" of castLib "Internal"
  7. end
  8.  
  9. on mouseup me
  10.   set the member of sprite (5) to member "5REF" of castLib "Internal"
  11.   cursor -1
  12.   
  13.  
  14. end